type context.stringer

3 uses

	context (current package)
		context.go#L522: type stringer interface {
		context.go#L527: 	if s, ok := c.(stringer); ok {
		context.go#L743: 	case stringer: